implement the GtkCellLayout interface, drop packing/attribute/cell data
authorKristian Rietveld <kris@gtk.org>
Wed, 1 Oct 2003 20:51:54 +0000 (20:51 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 1 Oct 2003 20:51:54 +0000 (20:51 +0000)
commit40743e126f21360608c52beef4bd7f5ca9bbfdb1
tree2c463709dae7c1f2dfaa225ed587dabff421a59f
parentc0addc2e40c1d494aa587d6b4268bd03675c4483
implement the GtkCellLayout interface, drop packing/attribute/cell data

Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>

* gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
packing/attribute/cell data functions from the header,
(gtk_cell_view_set_cell_data): added support for cell data funcs.

* gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
packing/attribute/cell data functions from the header, implemented
cell data func support.

* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
for the move to GtkCellLayout.

* tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellview.c
gtk/gtkcellview.h
gtk/gtkcombobox.c
gtk/gtkcombobox.h
gtk/gtkcomboboxentry.c
tests/testcombo.c